Deploy Webapp Preview on prod data
To deploy a Vercel Preview of the Webapp with production data the only thing you need to do
is to push your feature branch to a remote branch with the prefix preview-prod- and Vercel will
automatically deploy it using production data.
For example:
git add .
git commit -m "feat: add new feature for preview"
git push origin <local_branch>:preview-prod-add-new-feature
Preview is available at the URL: https://{your_deployment}.app-preview-prod.legionsecurity.ai/
log in using the prod users from 1password.